home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20010306-20010921 / 000146_john.santos@post.harvard.edu_Fri May 18 10:10:21 EDT 2001.msg < prev    next >
Text File  |  2020-01-01  |  2KB  |  42 lines

  1. Article: 12442 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!panix!newsfeed.mathworks.com!portc01.blue.aol.com!newsfeed.skycache.com!Cidera!cyclone1.ba-dsg.net!spamfinder.gnilink.com!typhoon2.ba-dsg.net.POSTED!not-for-mail
  3. From: John Santos <john.santos@post.harvard.edu>
  4. Newsgroups: comp.protocols.kermit.misc
  5. Subject: Re: ? Script for retrieving from POP3 server
  6. Message-ID: <MPG.156e9a569debacb498968f@news.bellatlantic.net>
  7. References: <3B006553.C1470406@value.net> <3b006d83$0$322$8eec23a@newsreader.tycho.net> <3B0086D3.1E8D6F90@value.net>
  8. X-Newsreader: MicroPlanet Gravity v2.30
  9. Lines: 25
  10. Date: Fri, 18 May 2001 07:32:46 GMT
  11. NNTP-Posting-Host: 151.203.109.54
  12. X-Complaints-To: business-support@verizon.com
  13. X-Trace: typhoon2.ba-dsg.net 990171166 151.203.109.54 (Fri, 18 May 2001 03:32:46 EDT)
  14. NNTP-Posting-Date: Fri, 18 May 2001 03:32:46 EDT
  15. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:12442
  16.  
  17. In article <3B0086D3.1E8D6F90@value.net>, msapiro@value.net says...
  18. > "Matthew H. Gerlach" wrote:
  19. > > 
  20. > > I use pine 4.1, and it has no problem accessing remote POP servers.
  21. > I have no problem accessing the remote server with pine, but what I want
  22. > to do is effectively copy the remote mailbox to a local file, and I
  23. > don't know how to do this with pine other than "one message at a time"
  24. > and without pine altering the headers (in particular, pine seems to
  25. > change the initial From line, replacing the sender's address with mine).
  26. >  
  27. > > There is also a tool called "fetchmail"
  28. > Thanks for the pointer to fetchmail.  It seems that it would be ideal,
  29. > but it is not installed on my local server.
  30.  
  31. At my company, we used to use Kermit to connect to the SMTP server and
  32. send mail, so talking to the POP3 server should be possible.  I don't
  33. have any special hints to offer except that it would probably be
  34. necessary to turn off telnet option negotiations ("set telnet wait off"
  35. in Kermit, IIRC), and to careful check for errors after each and every
  36. command in your Kermit script and have it do something reasonable.
  37.  
  38. -- 
  39. John Santos
  40.